home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP Şubat 1998.iso / drivers / YAZICI / FUJITSU / MARKVIS / 14ADVMV1.EXE / HELP.LI_ / HELP.LI
Encoding:
INI File  |  1996-08-12  |  1.7 KB  |  65 lines

  1. [Variables]
  2. ;
  3. ; This file does not contain any text that needs to be translated.
  4. ;
  5.  
  6. $HelpFileName = "linst95.hlp"
  7.  
  8. ;
  9. ; Help context pages
  10. ;
  11. $HelpID_Introduction = "10"
  12. $HelpID_CancelAndAbort = "15"
  13. $HelpID_About = "17"
  14. $HelpID_Contents = "20"
  15. $HelpID_Complete = "25"
  16. $HelpID_SelectInstallation = "30"
  17. $HelpID_CustomInstallation = "40"
  18. $HelpID_ServerInstallation = "45"
  19. $HelpID_ChooseMarkVisionDir = "50"
  20. $HelpID_ChooseServerDir = "53"
  21. $HelpID_ServerInstallAlert = "54"
  22. $HelpID_ChooseNetworkDir = "57"
  23. $HelpID_PrinterPort = "60"
  24. $HelpID_TestConnection = "70"
  25. $HelpID_InsertDisk = "80"
  26. $HelpID_InstallInProgress = "90"
  27. $HelpID_ConfirmReplace = "100"
  28. $HelpID_ConfirmSettingsReplace = "105"
  29. $HelpID_DefaultPrinter = "110"
  30. $HelpID_DefaultDriver = "115"
  31. $HelpID_TestDriver = "120"
  32. $HelpID_MVCreateItem = "130"
  33. $HelpID_MVStartUpGroup = "135"
  34. $HelpID_RestartWindows = "140"
  35. $HelpID_CannotRestartWindows = "145"
  36. $HelpID_UncopiedFiles = "150"
  37. $HelpID_ChooseNetsForServer = "160"
  38. $HelpID_WorkstationInstall = "300"
  39. $HelpID_AdminNotes = "310"
  40. $HelpID_RemoteMarkVision = "320"
  41. $HelpID_Trademarks = "999"
  42.  
  43. $HELPIDMAIN = $HelpID_Contents
  44. $HELPIDCUSTOM = $HelpID_CustomInstallation
  45. $HELPIDCOMPLETE = $HelpID_Complete
  46. $HELPIDREPLACE = $HelpID_ConfirmReplace
  47. $HELPIDSWAP = $HelpID_InsertDisk
  48. $HELPIDTRADEMARKS = $HelpID_Trademarks
  49. $HELPIDUNCOPIEDFILES = $HelpID_UncopiedFiles
  50. $HELPIDRESTARTOS = $HelpID_RestartWindows
  51. $HELPIDFAILREBOOT = $HelpID_CannotRestartWindows
  52. $HELPIDSETTINGSFILE = $HelpID_ConfirmSettingsReplace
  53. $HELPIDSERVERDIR = $HelpID_ChooseServerDir
  54. $HELPIDSERVERALERT = $HelpID_ServerInstallAlert
  55.  
  56.  
  57.  
  58. [Macros]
  59.  
  60. Initialize()
  61.     (
  62.     ; Set the full pathname for the help file
  63.     MakePathName($HELPFILE, , $INSTALLBINDIR, $HelpFileName)
  64.     )
  65.